home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / rootdsks / rescue.bat < prev    next >
DOS Batch File  |  1997-06-27  |  805b  |  16 lines

  1. @echo off
  2. cd \rootdsks
  3. echo "                                                                          "
  4. echo "This option makes the RESCUE rootdisk.  This is a floppy                  "
  5. echo "disk with a small Linux system that has an editor (vi), lilo, e2fsck,     "
  6. echo "and other programs useful for fixing your machine if you ever get locked  "
  7. echo "out for some reason.                                                      "
  8. echo "                                                                          "
  9. echo "Insert formatted disk in drive A: and hit a key to continue or CTRL-C     "
  10. echo "to abort...                                                               "
  11. echo "                                                                          "
  12. pause
  13.  
  14. rawrite rescue.gz a:
  15.  
  16.